home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / ab20 / games / action / amines.lha / ReadMe < prev    next >
Text File  |  1992-04-03  |  5KB  |  132 lines

  1.  
  2.             AMines V1.0 by Manfred Huesmann
  3. ==========================================================================
  4.  
  5. IMPORTANT:
  6.         THIS PROGRAM IS FREEWARE !!!
  7.         Copyright (c) 1992 and All Rights Reserved by
  8.  
  9.                   Manfred Huesmann
  10.                   Gescherweg 78 D-107
  11.                   4400 Muenster
  12.                   Germany
  13.  
  14.         It is NOT Public Domain !!!
  15.  
  16. ==========================================================================
  17.  
  18. This Program may freely be copied by anyone except for commercial
  19. purpose. It may be distributed on AmigaLibDisks by Fred Fish,
  20. and on electronic Networks, as long as this file is included
  21. in the distribution.
  22.  
  23. All rights to this program are reserved by the author, including the
  24. right to forbid the distribution for special persons or groups, now
  25. or later.
  26.  
  27. =========================================================================
  28.  
  29. Introduction:
  30.  
  31. AMines is the conversion of the XWindows-Game XMines. I don't know
  32. the sourcecode of XMines, but I tried to write AMines to behave just
  33. as the XWindows version. The only differences are Mouse-Handling
  34. (because the Amiga-Mouse has only two buttons), the windowtitle
  35. (because there is not enough free space on an Amiga-Screen)
  36. and the Score (XMines calculates the score by (usedseconds/2), but
  37. not exactly), AMines uses the used seconds as score.
  38.  
  39. AMines runs under 1.3 and 2.0. To have the 3D-Effect, 1.3  users should
  40. set the colors to the 2.0 standard colors.
  41.  
  42.  
  43. Why did I do it:
  44.  
  45. I saw this game on XWindows Workstations, and I think the idea
  46. of this game is really good. Also the XWindows implementation of it
  47. is nice to use. So I looked for an Amiga version of this game, and
  48. found one. But it was different from what I expected. So I decided to
  49. write my own Version. My aim was, to have the same simple user-interface,
  50. as the XWindows version has (No Menus to restart or pressing any keys,
  51. but doing everything by simple mouseclicks).
  52. On the other hand, I never wrote any Amiga specific program, and I
  53. used this game to learn a little bit about Intuition and such things.
  54. Because it is my first Program written in C, I didn't include the
  55. sources. Everyone who knows something about C would have lots of fun
  56. reading the sourcecode, and those people who don't know C wouldn't
  57. be able to learn something from it (except from learning how to do it NOT).
  58.  
  59.  
  60.  
  61. Starting AMines:
  62.  
  63. You can start AMines CLI or Workbench. AMines tries to create a
  64. file .minesrc in your S: directory, where the highscores are saved,
  65. if it is not already existant.
  66.  
  67.  
  68. How to play:
  69.  
  70. When you started AMines, a window appears, with 30x16 fields.
  71. Under 99 of these, there is a mine. Your aim is, do detect all the
  72. fields with mines. Therefore you can use the left mousebutton, to look
  73. at a field. If there is a mine, you have lost and can restart the game
  74. by pressing the right mousebutton or stop it by pressing the left
  75. mousebutton. If there was no mine under the field, a number appears,
  76. that says to you how much mines are on the fields in the direct
  77. neighbourhood. (The fields in the middle have eight neighbours, the ones
  78. at the border 5, and the fields in the corners 3).
  79. If you touch a field that has no mine at the neighbour-fields, all
  80. neighbour-fields are uncovered automatically (this works recursively, so
  81. that many fields may be uncovered by one touch).
  82. If you are shure that a mine is under a special field, you can mark it
  83. by touching it with the right mousebutton and a small flag appears on it.
  84. But there is another function for the right mousebutton. If a field has
  85. for example 3 mines in the neighbourhood and you already marked 3 fields,
  86. you can free the rest of neighbours, by touching the field with the
  87. right mousebutton. But be carefull: If you marked the wrong fields,
  88. the fields that really contain mines are uncovered and the game is over.
  89.  
  90.  
  91. Known Bugs:
  92. There is a problem with the string-requester for entering the players
  93. name for the highscore list. It works under 1.3 and 2.0, but
  94. with 1.3 it doesn't look very good and it doesn't autoactivate.
  95.  
  96. =====================================================================
  97.  
  98. AMines was compiled with DICE. (thanks to  Matt Dillon)
  99.  
  100. =====================================================================
  101.  
  102. Special thanks to Franz-Josef Brinkkoetter, who tested and tested and
  103. tested and tested and .......
  104. Thanks also to Michael Moellerfeld, who gave me some hints
  105. when i had problems.
  106.  
  107. ======================================================================
  108.  
  109.  
  110. If you like the game spread it, if you don't like it spread it, too.
  111.  
  112.  
  113. If you find any bug or if you have suggestions for improvements
  114. report them to me. Also if you just want to tell me how fantastic
  115. the game is, you can send me a note :-)
  116.  
  117. =======================================================================
  118.  
  119. My Address
  120.  
  121.  
  122.  
  123. EMail: Internet: srb125@math.uni-muenster.de   (prefered)
  124.        Bitnet  : omd04@dmswwu1a.bitnet
  125.  
  126.  
  127.  
  128. Manfred Huesmann      from September 1992:    Manfred  Huesmann
  129. Gescherweg 78 D-107                Amtmann-Schipper-Str. 94
  130. 4400 Muenster                    4407 Emsdetten
  131. Germany                     Germany
  132.